基础配置(仅适用于 win)
- 字体下载地址:https://github.com/tonsky/FiraCode
- 下载完成后打开压缩包进入 ttf 文件夹,ctrl+c 全选所有的 ttf 文件鼠标右键点击安装选项为系统安装字体
- 然后进入 vscode,点击左下角设置 ⚙️️ 图标进入设置页面打开设置 json 格式编辑加入以下代码
"editor.lineHeight": 22, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "terminal.integrated.fontFamily": "monospace",```- 重启 vscode 即可使用好看免费的编程连字等宽字体
- Fira Code 字体时一种免费的等宽字体,其中包含用于编程中逻辑标记的连体:
